home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia1.dir / 01044_Script_7DNoBuyers Continue Script < prev    next >
Text File  |  1995-05-21  |  438b  |  20 lines

  1. on mouseDown
  2.   put "ContinueBTN" into f
  3.   put "ContinueBTNHL" into fHL
  4.   hiliter 23, f, fHL
  5.   puppetsound "button.aif"
  6.   updatestage
  7. end MouseDown
  8.  
  9. on mouseUp
  10.   global theMovieName, COURT, CHEEVERS, g01A
  11.   
  12.   if theMovieName = "C06V01C.mov" then
  13.     set Cheevers = "c"
  14.   end if
  15.  
  16.   if theMovieName = "C07V21D.MOV" then set CHEEVERS = "X"
  17.   if theMovieName = "P07D21A.MOV" then set COURT = "c"
  18.  GameContinue
  19. end mouseUp
  20.